return "There are no Surf Canyon recommendations available for this query.";
case 'GOOGLE_AD_HEADER':
return "Surf Canyon Recommended Sponsored Links";
case 'YAHOO_AD_HEADER':
return "SURF CANYON RECOMMENDED SPONSOR RESULTS";
}
}
if (msgCode == 'RECS_NOTIFICATION') {
return 'Surf Canyon has added recommended search results to this search page. These were personally calculated for you "on-the-fly" based on the search results that you selected.';
}
if (msgCode == 'PAGE_NOTIFICATION') {
return 'Surf Canyon has customized the next page of search results. These were calculated "on-the-fly" based on the search results that you have selected or skipped over.';
}
}
function startsWith(text, substring) {
return text && substring && (text.indexOf(substring) == 0);